home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / toilet1.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  701 b   |  32 lines

  1. on exitFrame
  2.   mIdle()
  3.   if rollOver(12) then
  4.     cursor([800, 801])
  5.     set the mouseDownScript to EMPTY
  6.   else
  7.     if rollOver(10) then
  8.       cursor([800, 801])
  9.       set the mouseDownScript to EMPTY
  10.     else
  11.       if rollOver(4) then
  12.         cursor([800, 801])
  13.         set the mouseDownScript to EMPTY
  14.       else
  15.         if rollOver(13) then
  16.           cursor([800, 801])
  17.           set the mouseDownScript to EMPTY
  18.         else
  19.           if rollOver(1) then
  20.             cursor([800, 801])
  21.             set the mouseDownScript to EMPTY
  22.           else
  23.             cursor(-1)
  24.             set the mouseDownScript to EMPTY
  25.           end if
  26.         end if
  27.       end if
  28.     end if
  29.   end if
  30.   go("wait")
  31. end
  32.